home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / bbsutil / ckit210.zip / CKITDEMO.DOC < prev    next >
Text File  |  1991-12-22  |  2KB  |  70 lines

  1. REM Ckitdemo will work using either pcboard.sys, door.sys, callinfo.bbs
  2. REM (WILDCAT!), or dorinfox.sys (RBBS), WWIV (CHAIN.TXT), whichever you
  3. REM prefer or are running.
  4. REM Modify this file to bring up the demo for which BBS system you have.
  5. REM See the CKITDEMO.C CKITDEMO.H for the source code.
  6. REM and examples of ckit_??.lib usages.
  7. REM In order for the demo door to work properly you must
  8. REM have DSZ (Zmodem) in your path.  You should also have
  9. REM the ckit.m file, and the ckit.doc file in the dir. as ckitdemo.exe
  10. REM
  11. REM Optional is the PORT:XXXX:X cmd whereas you can change the
  12. REM comport base address and IRQ if needed OR use a FOSSIL driver
  13. REM by using PORT:F:1, where the 1 is the port to use.  F tells Ckit
  14. REM a Fossil driver is to be used.
  15. REM
  16. REM  ckitdemo c:\pcb\pcboard.sys PORT:03E8:5 uses port 03F8 and IRQ 5
  17. REM  ckitdemo c:\rbbs\dorinfo1.def port:f:1 <- use fossil driver
  18. REM
  19.  
  20. c:
  21. cd \pcb\doors\ckitdemo
  22. ckitdemo c:\pcb\pcboard.sys
  23. c:
  24. cd \pcb
  25. board
  26.  
  27. ------------  OR FOR DOOR.SYS & GAP SYSTEMS------------------------
  28.  
  29. c:
  30. cd \pcb\doors\ckitdemo
  31. ckitdemo c:\pcb\door.sys
  32. c:
  33. cd \pcb
  34. board
  35.  
  36. ------------  OR FOR RBBS, QUICKBBS, REMOTE ACCESS and DORINFOx.DEF ---------
  37.  
  38. c:
  39. cd \rbbs\doors\ckitdemo
  40. ckitdemo c:\rbbs\dorinfo1.def
  41. c:
  42. cd \rbbs
  43. rbbs
  44.  
  45. ------------  OR  FOR WILDCAT Systems ------------------------
  46.  
  47. c:
  48. cd \wc\doors\ckitdemo
  49. ckitdemo c:\wc\callinfo.bbs
  50. c:
  51. cd \wc
  52. wildcat!
  53.  
  54. ------------  OR  FOR ANY BBS System  ------------------------
  55.  
  56. c:
  57. cd \doors\ckitdemo
  58. ckitdemo generic.sys
  59. c:
  60. cd \bbs
  61. board
  62.  
  63. ------------  OR FOR WWIV SYSTEMS ---------------------------------
  64. c:
  65. cd \doors\ckitdemo
  66. ckitdemo chain.txt
  67. c:
  68. cd \bbs
  69. board
  70.